gdkwindow: Don't pass the region to the impl when beginning a paint
authorJasper St. Pierre <jstpierre@mecheye.net>
Sat, 22 Nov 2014 16:08:34 +0000 (08:08 -0800)
committerJasper St. Pierre <jstpierre@mecheye.net>
Sat, 22 Nov 2014 16:08:34 +0000 (08:08 -0800)
commit8976e84ded5d162c10c74e82edf04cf3c068114d
tree5c1e2620360035c854e3b8c49fa1576308f305d4
parentec2925a5bf67fc4aed45cd42d68fd00735ae90a5
gdkwindow: Don't pass the region to the impl when beginning a paint

It's unused. At the same time, rename "begin_paint_region" to
"begin_paint". This will help us clean up how GDK painting works
in the future to allow more creative use of double-buffering.
gdk/gdkwindow.c
gdk/gdkwindowimpl.h
gdk/mir/gdkmirwindowimpl.c
gdk/quartz/gdkwindow-quartz.c
gdk/wayland/gdkwindow-wayland.c